projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35dfd2e
)
(abbrev-mode): Doc fix.
author
Karl Heuer
<kwzh@gnu.org>
Tue, 30 Mar 1999 21:27:20 +0000
(21:27 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Tue, 30 Mar 1999 21:27:20 +0000
(21:27 +0000)
lisp/abbrev.el
patch
|
blob
|
history
diff --git
a/lisp/abbrev.el
b/lisp/abbrev.el
index ad71ba1423c35106ccde7ae252c1f6f3af30e8e6..ffde49ade630933b6b7218830f3677496a9d4d8e 100644
(file)
--- a/
lisp/abbrev.el
+++ b/
lisp/abbrev.el
@@
-50,7
+50,8
@@
and be replaced by its expansion."
"Toggle abbrev mode.
In abbrev mode, inserting an abbreviation causes it to expand
and be replaced by its expansion.
-You must modify via \\[customize] for this variable to have an effect."
+This variable should be set only with \\[customize], which is equivalent
+to using the function `abbrev-mode'.
:set (lambda (symbol value)
(abbrev-mode (if value 1 0)))
:type 'boolean